.a_hover:hover{text-decoration: underline;color:red;}
.a_hover_color:hover{color:red;}
.page{line-height: 1.5}
.page a,.page span{display: inline-block;padding: 5px 10px;border:1px solid #999;margin:2px;color:#999;margin-top:10px;}
.page .prev,.page .next{padding:5px;margin:0px;}
.page .current{background: #999;color:#fff;}

.header .tel{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tel.png);
}
.nav{
	background-color: #0189d2;
}
.nav .item{
	float: left;
	transition: all 0.4s;
	width: 11.1%;
	text-align: center;
	transition: all 0.4s;
}
.nav .item a{
	display: block;
	color: #fff;
}
.nav .item:hover,
.nav .item.hover{
	background-color: #ef9501;
}
.nav .item::before{
	content: '';
	width: 1px;
	height: 100%;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.nav .item:first-child::before{
	background: none;
}
.nav .item.hover::before,
.nav .item:hover::before,
.nav .item.hover + .item::before,
.nav .item:hover + .item::before{
	background: none;
}
.nav .item .son{
	position: absolute;
	top: 58px;
	left: 0;
	background-color: #ef9501;
	z-index: 10;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	transition: all 0.4s;
	opacity: 0;
}
.nav .item:hover .son{
	opacity: 1;
}
.nav .item .son .it{
	transition: all 0.4s;
}
.nav .item .son .it:hover{
	background-color: rgba(255,255,255,0.2);
}
.c1{
	color: #36485e;
}
.c2{
	color: #a4a4a4;
}
.c3{
	color: #eb4c06;
}
.c4{
	color: #ff7e00;
}
.index_bg1{
	background-color: #f2f3f7;
}
.index_fw .wrapper{
	margin-right: -100px;
}
.index_fw .item{
	width: 262px;
	height: 232px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	float: left;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(201, 201, 201, 0.6);
	box-shadow: 0px 1px 6px 0px rgba(201, 201, 201, 0.6);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-right: 18px;
}
.index_fw .item1{
	background-image: url(../images/f1.png);
}
.index_fw .item2{
	background-image: url(../images/f2.png);
}
.index_fw .item3{
	background-image: url(../images/f3.png);
}
.index_fw .item4{
	background-image: url(../images/f4.png);
}
.index_about{
	background-color: #0b8ed4;
}
.index_about .bg{
	color: #fff;
	width: 810px;
	height: 126px;
	line-height: 126px;
	background-color: rgba(0,0,0,0.41);
	position: absolute;
	bottom: 50px;
	left: 40px;
}
.index_about .bg .item{
	float: left;
	width: 24.5%;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.index_about .bg .item::after{
	content:'';
	width: 1px;
	height: 84px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -42px;
}
.index_about .bg .item:last-child::after{
	background-color: transparent;
}
.index_t::before{
	content: '';
	width: 24px;
	height: 3px;
	background-color: #0189d2;
	position: absolute;
	left: 0;
	bottom: -17px;
}
.index_t::after{
	content: '';
	width: 24px;
	height: 3px;
	background-color: #f0a708;
	position: absolute;
	left: 24px;
	bottom: -17px;
}

.index_gg .item {
	
	padding-left: 20px;
}
.index_gg .item::before{
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #0189d2;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
	transition: all 0.4s;
	background-image: url(../images/j.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index_gg .item:hover::before{
	background-color: #f0a708;
}
.index_zb .item{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.index_zb .item:first-child{
	padding-top: 0;
}
.index_zb .item:last-child{
	padding-bottom: 0;
	border: none;
}
.index_bg2{
	background-color: #f2f3f7;
}
.index_hz .wrapper{
	width: 1133px;
	margin-left: auto;
	margin-right: auto;
}
.index_hz .item{
	border: 1px solid #dadada;
	transition: all 0.4s;
}
.index_hz .item:hover{
	border-color: #f6a70f;
}
.index_hz .owl-carousel .owl-nav{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
}
.index_hz .owl-carousel .owl-nav .owl-next, 
.index_hz .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	width: 50px;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	visibility: visible;
	font-size: 0;
}
.index_hz .owl-carousel .owl-nav .owl-prev{
	background-image: url(../images/l.png);
	background-position: left center;
	left: -50px;
}
.index_hz .owl-carousel .owl-nav .owl-next{
	background-image: url(../images/r.png);
	background-position: right center;
	right: -50px;
}
.index_zc{
	border-bottom: 5px solid #ededed;
}
.index_zc .wrapper{
	margin-right: -100px;
}
.index_zc .items{
    position: absolute;
    z-index:10;
    opacity:0;
    transition:all;
}
.index_zc .items.hover{
    position:relative;
   opacity:1;
}
.index_zc .wrapper .item{
	width: 307px;
	float: left;
	padding-left: 85px;
	height: 80px;
	margin-right: 39px;
	margin-bottom: 40px;
}
.index_zc .item::before,
.index_zc .item::after{
	content:'T';
	width: 70px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 0;
	line-height: 40px;
	transition: all 0.4s;
}
.index_zc .item::before{
	top: 0;
	background-color: #e6e6e6;
	color: #606060;
}
.index_zc .item::after{
	content:'C';
	top: 40px;
	background-color: #606060;
	color: #e6e6e6;
}
.index_zc .item:hover::before{
	background-color: #f6ac1e;
	color: #fff;
}
.index_zc .item:hover::after{
	background-color: #0189d2;
	color: #fff;
}
.index_case .item .info{
	background-color: #f7f7f7;
	border-bottom: 4px solid #e0e0e0;
	transition: all 0.4s;
}
.index_case .item:hover .info{
	border-color: #efa310;
}
.footer{
	background-color: #0078b8;
	height: 250px;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer .itembg{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/f.png);
}

.footer .item1 .tit{
	color: #bbe4f9;
}
.footer .item1 .z{
	background-color: rgb(255, 148, 44);
	background-repeat: no-repeat;
	background-position: 106px center;
	background-image: url(../images/z.png);
}
.footer .item1 .z a{
	display: block;
	color: #fff;
	padding-left: 25px;
}
.footer .w{
	background-image: url(../images/ewm.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.footer_b{
	background-color: #046598;
}
.crumb{
	background-color: #f0f0f0;
	color: #36485e;
}
.crumb a{
	color: #36485e;	
}
.w962{width: 962px;}
.container_left .titles{
	background-color: #0189d2;
}
.container_left .wrap1 .item{
	margin-top: 1px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	background-color: #ececec;
}
.container_left .wrap1 .item a{
	display: block;
	transition: all 0.4s;
	padding-left: 36px;
	background-image: url(../images/j1.png);
	background-repeat: no-repeat;
	background-position: 203px center;
}
.container_left .wrap1 .item:hover a,
.container_left .wrap1 .item.hover a{
	background-image: url(../images/j2.png);
	background-color: #0189d2;
	color: #fff;
}
.container_left .wrap2{
	background-color: #f6f6f6;
}
.container_left .wrap2 .item{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
.container_left .wrap2 .item:last-child{
	border: none;
}
.case_list .item .more{
	background-color: rgb(1, 137, 210);

}
.case_list .item{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d4d4d4;
}
.case_list .item:first-child{
	padding-top: 0;
}
.case_list .item:last-child{
	
	border: none;
}
.news_list .item{
	padding-bottom: 15px;
	border-bottom: 2px solid #cecece;
	margin-bottom: 24px;
	margin-top: 12px;
}
.news_list .title .date{
	color: #666666;
}
.news_list .desc{
	color: #666666;
}
.news_list .more a{
	display: block;
	color: #fff;
	background-color: #0189d2;
	width: 108px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  float: right;
  transition: all 0.4s;
}
.news_list .more:hover a{
	background-color: #ef9501;
}
.show_show h1{
	font-weight: 500;
	font-size: 23px;
	/*text-align: center;*/
}
.show_show .info{
	font-size: 13px;
	color: #848484;
	margin-top: 7px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
	/*text-align: center;*/
}
.img_list .wrapper{
    margin-right:-100px;
}
.img_list .item{
    float:left;
    width:310px;
    margin-right:12px;
    margin-bottom:20px;
}
.img_list .item{
    border:1px solid rgb(204,204,204);
    
}
.img_list .item .img-wrapper{
    padding:10px;
border-bottom:1px solid rgb(204,204,204);
}